home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / ranlib.man < prev    next >
Text File  |  1990-12-10  |  1KB  |  69 lines

  1.  
  2.  
  3.  
  4. RANLIB                    User Commands                    RANLIB
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      ranlib - make symbol table for object library
  12.  
  13. SSYYNNOOPPSSIISS
  14.      rraannlliibb [--ff] _a_r_c_h_i_v_e ...
  15.  
  16. OOPPTTIIOONNSS
  17.      --ff             Force the symbol table to be regenerated.
  18.  
  19. _________________________________________________________________
  20.  
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      RRaannlliibb generates a file called __.SYMDEF  with  a  table  of
  24.      external  symbols for an archive.  It puts it in the archive
  25.      for use by lldd.
  26.  
  27.      The current version of rraannlliibb is actually a wrapper over aarr,
  28.      which maintains the symbol table in-place, as the archive is
  29.      updated.  Any arguments that the old rraannlliibb took are ignored
  30.      by this version.
  31.  
  32.      If the symbol table already exists,  rraannlliibb  is  normally  a
  33.      no-op.   If  the  symbol table has somehow become corrupted,
  34.      use the --ff flag to force it to be regenerated from scratch.
  35.  
  36.  
  37. SSEEEE AALLSSOO
  38.      ld, ar
  39.  
  40.  
  41. KKEEYYWWOORRDDSS
  42.      library, archive
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  December 10, 1990                  1
  66.  
  67.  
  68.  
  69.